home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Utilities / Apple File Exchange / AppleFile Exchange Translator / Example Build Instructions
Text File  |  1989-04-13  |  610b  |  18 lines

  1. #
  2. #    The example translator sources should live in a folder called
  3. #    "ExampleTrans" within the MPW folder.  There should also be
  4. #    a folder within "ExampleTrans" called "Objects" which will contain
  5. #    the object files and other 'deletable' files.
  6. #
  7. #    In the MAKE command line, the '-d' option is used to set the version
  8. #    number.  In the next command line, the computer will sound two notes
  9. #    when it is done:  if the notes go up, an error occurred; if the notes
  10. #    go down, all is well.
  11. #
  12.  
  13. directory {MPW}ExampleTrans
  14. make -f Example.make 'Example Translator' -d vers='1.0' >doit
  15. doit || (beep 1320; beep 880)
  16.  
  17.  
  18.